home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
text
/
edit
/
WarpMail11.lha
/
WarpMail
/
source
/
init.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-15
|
240b
|
23 lines
#include "defs.h"
/// "Prototypes"
Prototype void InitC(void);
///
/// "Init"
/* ----------------------------------- InitC -----------------------------------
Library startup code (C entry point).
*/
void
InitC(void)
{
;
}
///